home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cc65 / cc65ra65.txt < prev    next >
Text File  |  1995-04-22  |  345b  |  18 lines

  1.  
  2.  Seems you have an older version of the tar command, 
  3.  I use, GNU tar version 1.11.2.. the -z option is to decompress (gunzip) 
  4.  automaticly.., you can use the command: 
  5.  
  6.  gzip -dc cc65-UNIX.tgz | tar -xvvf - 
  7.  
  8. or: 
  9.  
  10.  gzip -d cc65-UNIX.tgz 
  11.  tar -xvvf cc65-UNIX.tar 
  12.  
  13.  
  14.  One of these should work.., unless you don't have 'gzip' :-( 
  15.  
  16.  
  17.  
  18.